home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / Internal_1_Movie INI.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  2.2 KB  |  28 lines

  1. global ds, goUp, gList, giNum, gtNum, gtColor, pickTemplate
  2.  
  3. on prepareMovie
  4.   (the stage).title = "Welcome to OXYGEN Volume 22"
  5.   the searchPaths = [the moviePath, the moviePath & "INIT"]
  6.   SC = "Steve Creitz"
  7.   MB = "Mark Bailey"
  8.   OT = "Oxygen Team"
  9.   IP = "Ioa Petra'ka"
  10.   BW = "Brandon Witzel"
  11.   gList = ["t1": "Roccia", "t1c1": "-Purple", "t1c2": "-Natural", "t1c3": "-Blue", "t2": "Master", "t2c1": "-Orange", "t2c2": "-Green", "t2c3": "-Blue", "t3": "Velours", "t3c1": "-Aqua", "t3c2": "-Berry", "t3c3": "-Natural", "i1": "AltarOfSacrifice", "i2": "AsAChild", "i3": "ChildsPrayer2", "i4": "Commissioned", "i5": "Commissioner", "i6": "EarthBeast", "i7": "FatherSon", "i8": "Heaven", "i9": "JerichoA", "i10": "JerichoC", "i11": "Lampstand", "i12": "Legion1", "i13": "Legion2", "i14": "LostCoin", "i15": "MotherDaughter", "i16": "NailCross", "i17": "Pathfinder", "i18": "PouredOut", "i19": "RealHope", "i20": "Roots", "i21": "ScarsOfLove", "i22": "Scoffer", "i23": "SunCross", "i24": "TightFisted", "i25": "ToCaesar", "ic1": "Illustration: " & SC, "ic2": "Illustration: " & SC, "ic3": "Photography: " & BW, "ic4": "Illustration: " & SC, "ic5": "Illustration: " & SC, "ic6": "Illustration: " & SC, "ic7": "Illustration: " & MB & numToChar(13) & "Photography: " & BW, "ic8": "Illustration: " & SC, "ic9": "Illustration: " & SC, "ic10": "Illustration: " & SC, "ic11": "Illustration: " & SC, "ic12": "Illustration: " & MB, "ic13": "Illustration: " & MB, "ic14": "Illustration: " & MB, "ic15": "Illustration: " & MB & numToChar(13) & "Photography: " & BW, "ic16": "Photography: " & BW, "ic17": "Illustration: " & SC, "ic18": "Illustration: " & MB, "ic19": "Illustration: " & SC, "ic20": "Illustration: " & MB, "ic21": "Illustration: " & SC, "ic22": "Illustration: " & MB, "ic23": "Illustration: " & MB, "ic24": "Illustration: " & MB & numToChar(13) & "Photography: " & BW, "ic25": "Illustration: " & MB & numToChar(13) & "Photography: " & BW, "tc1": "Template Design: " & MB, "tc2": "Template Design: " & OT, "tc3": "Template Design: " & BW]
  12.   if the platform contains "Mac" then
  13.     ds = ":"
  14.     goUp = ":"
  15.   else
  16.     ds = "\"
  17.     goUp = "..\"
  18.   end if
  19. end
  20.  
  21. on startMovie
  22.   if QuickTimeVersion() < 4 then
  23.     sprite(2).visible = 0
  24.   else
  25.     sprite(2).visible = 1
  26.   end if
  27. end
  28.